Use simplesect in the tutorial
authorMatthias Clasen <mclasen@redhat.com>
Wed, 19 Jan 2011 19:34:08 +0000 (14:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Jan 2011 19:34:08 +0000 (14:34 -0500)
This avoids blowing up the global toc even more.

docs/reference/gtk/getting_started.xml

index d47a09f1fd6b5761b0160726440cbcdee2cc535a..7ebba53cac7b35235430fb8677bfc2a65d3bdf8a 100644 (file)
@@ -12,7 +12,7 @@
   <link linkend="gtk-compiling">Compiling the GTK+ libraries</link>
   section in this reference.</para>
 
-  <section>
+  <simplesect>
     <title>Basics</title>
 
     <para>To begin our introduction to GTK, we'll start with the simplest
         </xi:include>
       </programlisting>
     </example>
-  </section>
+  </simplesect>
 
-  <section>
+  <simplesect>
     <title>Packing</title>
 
     <para>When creating an application, you'll want to put more than one widget
         </xi:include>
       </programlisting>
     </example>
-  </section>
+  </simplesect>
 
-  <section>
+  <simplesect>
     <title>Drawing</title>
 
     <para>Many widgets, like buttons, do all their drawing themselves. You
         </xi:include>
       </programlisting>
     </example>
-  </section>
+  </simplesect>
 </chapter>